From f564de7ea89af69901e8a0bfb6becfb35dd55e17 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 1 Oct 2002 18:10:11 +0000 Subject: [PATCH] Add comment for someone with Garmins to fix up the setshort stuff. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@103 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/garmin.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gpsbabel/garmin.c b/gpsbabel/garmin.c index c6a81fa79..c85195b57 100644 --- a/gpsbabel/garmin.c +++ b/gpsbabel/garmin.c @@ -83,6 +83,16 @@ data_write(void) } i = 0; + /* + * FIXME: Someone that knows the Garmin protocol could + * do something clever here and switch on gps_save_id to + * setshort_length to + * 15 for the V, + * 10 for Street Pilot, Rhino, 76 + * 6 for the III, 12, emap, and etrex + * Fortunately, getting this "wrong" only results in ugly names + * when we're using the synthesize_shortname path. + */ setshort_length(10); setshort_mustupper(1); QUEUE_FOR_EACH(&waypt_head, elem, tmp) { -- 2.30.2